html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

html,
body {
    font-size: 12px;
    overflow-x: hidden;
}

@media (min-width:992px) {

    html,
    body {
        font-size: 14px;
    }
}

@media(min-width:1200px) {

    html,
    body {
        font-size: 16px;
    }

    .container {
        margin: 0 auto;
    }
}

@media(min-width:1440px) {
    .container {
        max-width: 1400px;
    }
}

@font-face {
    font-family: 'iconfont';
    /* Project id 1886893 */
    src: url('../fonts/font_1886893_giqqpq5kbw9.woff2') format('woff2'),
        url('../fonts/font_1886893_giqqpq5kbw9.woff') format('woff'),
        url('../fonts/font_1886893_giqqpq5kbw9.ttf') format('truetype');
}

.ali-font {
    font-family: 'iconfont';
}

.ali-icon {
    font-family: 'iconfont';
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/*手机端简化分页按钮*/
@media(max-width:767px) {
    .de-page-mian .page-inner a {
        margin-right: 0 !important;
    }

    .de-page-mian span,
    .de-page-mian input,
    .de-page-mian .page-btn,
    .de-page-mian .prev,
    .de-page-mian .next {
        display: none !important;
    }
}

.imgbox {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.imgbox:after {
    content: '';
    display: block;
    padding-top: 75%;
}

.imgbox img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imgbox:hover {
    border: 1px solid #2f8e66 !important;
}

.header {
    display: flex;
    align-items: center;
    height: 60px;
    z-index: 99;
    height: auto;
}

.tel {
    color: #2f8e66;
}

.tel b {
    color: #2f8e66;
    font-weight: bold;
    font-size: 22px;
    display: block;
    padding-top: 5px;
}

.menu {
    color: #333;
    justify-content: space-between;
}

.menu .slide {
    padding: 0 10px;
    white-space: nowrap;
    text-align: center;
    line-height: 100px;
    align-self: center;
    position: relative;
}

.menu .slide a {
    display: block;
}

.menu-btn {
    color: #222;
    font-size: 26px;
    text-align: right;
    cursor: pointer;
}

@media(max-width:991px) {}

@media(min-width:1200px) {
    .header {
        height: 100px;
    }

    .menu .slide:after {
        content: '';
        background: #2f8e66;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        transition: .16s all;
    }

    .menu .slide:hover,
    .menu .slide.active,
    .menu .slide.am-active {
        color: #2f8e66;
        font-weight: bold;
    }

    .menu .am-active:after {
        content: '';
        background: #2f8e66;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 7px;
        transition: .16s all;
    }

    .menu .slide:hover:after,
    .menu .slide.active:after,
    .menu .am-active:after {
        height: 3px;
        transition: .16s all;
    }
}

@media(min-width:1440px) {
    .menu .slide {
        padding: 0 15px;
    }
}

@media(min-width:1601px) {
    .menu .slide {
        padding: 0 20px;
    }
}

#flash {
    overflow: hidden;
}

.flash-box {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.flash-box img {
    max-width: 100%;
}

@media (min-width:992px) {
    .flash-box {
        width: 1440px;
    }
}

@media (min-width:1440px) {
    .flash-box {
        width: 1920px;
    }
}

body {
    transition: all .6s;
}

body.open {
    overflow: hidden !important;
    transition: all .6s;
    overflow-x: visible;
}

.m-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    background: #2f8e66;
    color: #fff;
    z-index: -1;
    transition: all .6s;
}

.m-nav.open {
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: all .6s;
    z-index: 99999;
}

.m-logo {
    display: flex;
    align-items: center;
    border-bottom: 3px solid rgba(255, 255, 255, .6);
    font-size: 20px;
    font-weight: bold;
    height: 80px;
    padding-left: 10%;
    padding-right: 20%;
    line-height: 1.3;
    margin-bottom: 15px;
}

.m-logo img {
    height: 45px;
}

.m-nav li {
    line-height: 36px;
    padding-left: 10%;
    padding-bottom: 7px;
}

.m-nav li:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: .36s all;
}

.m-nav li a {
    color: #fff;
    display: block;
}

.m-nav li:hover {
    background: #fff;
}

.m-nav li:hover a {
    color: #000;
}

.m-nav li:hover:after {
    background: #000;
    width: 80px;
    transition: .36s all;
}

.m-close {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.m-tel {
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
    padding-left: 10%;
}

.m-tel p:first-child {
    font-size: 20px;
}

@media(min-width:992px) {
    body.open {
        transform: translateX(-500px);
    }

    .m-nav.open {
        width: 500px;
        right: -500px;
    }

    .m-nav li {
        line-height: 50px;
        font-size: 16px;
    }

    .m-close {
        font-size: 64px;
    }
}

.m-menu {
    background: #2f8e66;
}

.m-menu .slide {
    color: #fff;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.m-menu .slide:nth-child(4n) {
    border-right: none;
}

.m-menu .slide a {
    display: block;
}

.m-menu .slide a:hover,
.m-menu .slide a.active {
    background: #267453;
}

.index01 {
    background: #f3f4f8;
    padding: 30px 0;
}

.index01 .title {
    display: flex;
    align-items: center;
}

.index01 .t1 {
    color: #222;
    font-size: 22px;
}

.index01 .t2 {
    color: #2f8e66;
    font-size: 20px;
    margin-left: 15px;
    /*font-family: 'Exotc350 DmBd BT';*/
}

.index01 .t3 {
    color: #2f8e66;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}

.index01 .t3 span {
    color: #222;
    line-height: 24px;
}

.index01 .t4 {
    color: #717071;
    margin-top: 15px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    text-align: justify;
}

.index01 .t5 {
    font-weight: bold;
    margin-top: 10px;
}

.index01 .about-img {
    border: 3px solid #2f8e66;
}

.index01 .more {
    display: block;
    color: #fff;
    background: #2f8e66;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    transition: .16s all;

}

@media(max-width:991px) {
    .index01 .content {
        margin-bottom: 25px;
    }

    .index01 .more {
        margin: 20px auto;

    }
}

@media(min-width:768px) {}

@media(min-width:1200px) {
    .index01 {
        padding: 85px 0 60px;
    }

    .index01 .content {
        padding-left: 5%;
    }

    .index01 .t1 {
        font-size: 38px;
    }

    .index01 .t2 {
        font-size: 30px;
        font-weight: bold;
    }

    .index01 .t3 {
        margin-top: 32px;
        font-size: 19px;
    }

    .index01 .t4 {
        margin-top: 30px;
        line-height: 30px;
        height: 150px;
    }

    .index01 .more {
        font-size: 15px;
        height: 48px;
        line-height: 48px;
        border-radius: 24px;
        margin-top: 40px;
    }

    .index01 .more:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .6);
        transition: .16s all ease-in;
    }

    .index02 .ulbox .sp1 {
        font-size: 20px !important;
    }

    .index05 .t1 {
        font-size: 38px !important;
    }

    .index05 .more {
        width: 9.8rem !important;
        height: 3.15rem !important;
        line-height: 3.15rem !important;
        padding: 0px 10px !important;
    }

    .index05 .more:before {
        right: 1.75rem !important;
    }

    .index05 .more:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .6);
        transition: .16s all ease-in;
    }

    .index06-sj H2 {
        font-size: 32px !important;
    }

    .index06-sj P {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .index07 h3 {
        font-size: 24px !important;
    }

    .index07 span {
        font-size: 28px !important;
    }
}

.index02 {
    padding: 30px 0;
}

.index02 .title {
    text-align: center;
}

.index02 .t1 {
    color: #222;
    font-size: 22px;
    display: inline;
}

.index02 .t2 {
    color: #2f8e66;
    font-size: 20px;
    margin-left: 15px;
    display: inline;
    /*font-family: 'Exotc350 DmBd BT';*/
}

.index02 .type {
    margin-top: 20px;
    display: flex;
    overflow-x: auto;
    position: relative;
}

.index02 .type::-webkit-scrollbar {
    height: 0;
}

.index02 .type a {
    display: block;
    color: #444;
    background: #e3e3e3;
    line-height: 35px;
    margin-right: 2px;
    white-space: nowrap;
    padding: 0 15px;
    text-align: center;
}

.index02 .type a:last-child {
    margin-right: 0;
}

.index02 .type a:hover {
    color: #fff;
    background: #2f8e66;
}

.index02 .content {
    margin-top: 25px;
}

.index02 .swiper-slide {
    border: 2px solid #fff;
}

.index02 .txtbox {
    display: flex;
    padding-top: 5px;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    transition: .36s padding, .36s margin;
}

.index02 .txtbox i {
    color: #ccc;
    font-size: 18px;
    margin-left: auto;
    margin-right: 15px;
}

.li-img .img {
    overflow: hidden;
}

.li-img .img img {
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.li-img:hover .img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}


.index02 .ulbox {
    margin-top: .75rem;
}

.index02 .ulbox .li-item {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 2%;
    float: left;
    border: 1px solid #e7e7e7;
    background: #fff;
    display: block;
    overflow: hidden;
}

.index02 .ulbox .li-item .img {
    width: 100%;
}

.index02 .ulbox .li-item:nth-child(3n) {
    margin-right: 0;
}

.index02 .ulbox .bot {
    padding: 1.65rem 1.75rem;
    display: flex;
    border-top: 1px solid #e7e7e7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.index02 .ulbox .sp1 {
    font-size: 16px;
    line-height: 22px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 80px);
    color: #333;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.index02 .ulbox .sp2 {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding-right: 20px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.index02 .ulbox .sp2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    width: 15px;
    height: 25px;
    background: url(../images/imgcp1.png) no-repeat right center;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.index02 .ulbox .sp2:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 15px;
    height: 25px;
    margin-top: -11px;
    background: url(../images/imgcp1-1.png) no-repeat right center;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.index02 .ulbox .li-item:hover .bot {
    background: #029c6a;
}

.index02 .ulbox .li-item:hover .sp1 {
    color: #fff;
}

.index02 .ulbox .li-item:hover .sp2 {
    color: #fff;
}

.index02 .ulbox .li-item:hover .sp2:before {
    opacity: 0;
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
}

.fl {
    float: left;
    display: inline;
}


.f-cb {
    zoom: 1;
}

.index02 .more {
    display: block;
    color: #fff;
    background: #2f8e66;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto 0;
    border-radius: 20px;
    text-align: center;
}

.index02 .swiper-slide:hover {
    background: #2f8e66;
    border: 2px solid #2f8e66;
    box-shadow: 0 0 10px 0 #e5e5e5;
    transition: .36s box-shadow ease-in;
}

.index02 .swiper-slide:hover .txtbox {
    color: #fff;
    background: #2f8e66;
    border-color: #2f8e66;
    padding-top: 20px;
    margin-bottom: 0;
    transition: .36s padding ease-in, .36s margin;
}

.index02 .swiper-slide:hover .txtbox i {
    color: #fff;
}

.index02 .swiper-slide .imgbox:hover {
    border: 0 !important;
}

@media(max-width:991px) {
    .index02 .type-move {
        opacity: 0;
        color: #fff;
        background: rgba(0, 0, 0, .6);
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 0px;
        width: 40px;
        height: 35px;
        font-size: 24px;
        text-align: center;
        line-height: 35px;
        /*background:#fff url(../images/move.png) no-repeat center right;background-size:35px 20px;*/
    }
}

@media(max-width:767px) {
    .index02 .type {
        margin: 10px auto;

    }

    .index02 .type:after {
        content: '';
        display: block;
        min-width: 45px;
        height: 35px;
    }

    .index02 .type-move {
        top: 20px;
    }
}

@media(min-width:768px) {
    .index02 .type {
        margin-top: 30px;
        justify-content: center;
        padding: 0 5%;
    }

    .index02 .type a {
        line-height: 35px;
        padding: 0 20px;
    }
}

@media(min-width:1200px) {
    .index02 {
        padding-top: 75px;
        padding-bottom: 50px;
    }

    .index02 .t1 {
        font-size: 38px;
    }

    .index02 .t2 {
        font-size: 30px;
        font-weight: bold;
    }

    .index02 .type {
        margin-top: 40px;
    }

    .index02 .type a {
        line-height: 40px;
        font-size: 14px;
    }

    .index02 .content {
        margin-top: 65px;
    }

    .index02 .swiper-slide {
        margin-bottom: 40px;
    }

    .index02 .txtbox {
        line-height: 60px;
        padding-left: 30px;
    }

    .index02 .txtbox i {
        margin-right: 30px;
    }

    .index02 .more {
        font-size: 15px;
        margin-top: 30px;
        height: 48px;
        line-height: 48px;
        border-radius: 24px;
        transition: .16s all ease-out;
    }

    .index02 .more:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .6);
        transition: .16s all ease-in;
    }
}

@media(min-width:1601px) {
    .index02 .type a {
        font-size: 16px;
    }

    .index02 .content {
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.index03 {
    padding: 30px 0;
    background: linear-gradient(rgba(47, 142, 102, 0.79), rgba(47, 142, 102, 0.79)), url(../images/in-ys.jpg) center fixed;
    background-size: cover;
    position: relative;
}

.index03 .fimg {
    position: absolute;
    right: 0;
    top: 0px;
    display: none;
    z-index: 3;
}

.index03 .t1 {
    color: #fff;
    font-size: 22px;
    display: inline;
}

.index03 .t2 {
    color: #fff;
    font-size: 20px;
    margin-left: 15px;
    display: inline;
    /*font-family: 'Exotc350 DmBd BT';*/
}

.index03 .t3 {
    color: #fff;
    margin-top: 20px;
    line-height: 1.5;
}

.index03 .content {
    margin-top: 25px;
}

.index03 .swiper-container {
    padding: 10px 0;
}

.index03 .swiper-slide {
    background: #f3f4f8;
    padding: 25px 15px;
    text-align: center;
    transition: .36s all;
}

.index03 .swiper-slide:hover {
    background: #fff;
    cursor: pointer;
    transform: translateY(-10px);
    box-shadow: 0 0 20px -5px #111;
    transition: .36s all;
}

.index03 .swiper-slide:hover .img {
    animation: zoomIn 1s;
}

.index03 .swiper-slide:hover .c1 {
    color: #2f8e66;
}

.index03 .swiper-slide .img {
    overflow: hidden;
    max-height: 65px;
}

.index03 .c1 {
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    white-space: nowrap;
}

.index03 .c1:after {
    content: '';
    display: block;
    margin: 20px auto 0;
    width: 40px;
    height: 1px;
    background: #b6b6b6;
}

.index03 .c2 {
    color: #5c5b5b;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-top: 15px;
}

@media(min-width:1200px) {
    .index03 {
        padding: 50px 0 75px;
    }

    .index03 .t1 {
        font-size: 38px;
    }

    .index03 .t2 {
        font-size: 30px;
    }

    .index03 .t3 {
        letter-spacing: 0px;
        text-align: right;
        margin-top: 0;
    }

    .index03 .content {
        margin-top: 50px;
    }

    .index03 .swiper-slide {
        padding: 30px 20px;
    }

    .index03 .c1 {
        margin-top: 15px;
    }

    .index03 .c2 {
        font-size: 14px;
    }
}

@media(min-width:1440px) {
    .index03 .swiper-slide {
        padding: 35px 25px;
    }

    .index03 .c1 {
        margin-top: 17px;
    }
}

@media(min-width:1601px) {
    .index03 .swiper-slide {
        padding: 40px 32px;
    }

    .index03 .c1 {
        font-size: 22px;
        margin-top: 20px;
    }
}

@media(min-width:1800px) {
    .index03 .fimg {
        display: block;
    }
}

.index04 {
    padding: 30px 0;
}

.index04 .title {
    display: flex;
    align-items: center;
}

.index04 .t1 {
    color: #222;
    font-size: 22px;
}

.index04 .t2 {
    color: #2f8e66;
    font-size: 20px;
    margin-left: 15px;
    /*font-family: 'Exotc350 DmBd BT';*/
}

.index04 .more {
    color: #717071;
    display: inline;
    margin-left: auto;
    transition: .3s all;
}

.index04 .content {
    margin-top: 20px;
}

.index04 .t3 {
    color: #fff;
    background: rgba(0, 0, 0, .56);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
}

.index04 .slide {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.index04 a:first-child .slide {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.index04 .time {
    color: #717071;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 0 15px;
}

.index04 .time b {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

.index04 .c1 {
    color: #484848;
    font-size: 14px;
}

.index04 .c2 {
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
}

.index04 .c3 {
    color: #484848;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index04 .c4 {
    color: #999;
    margin-left: auto;
    white-space: nowrap;
}

.index04 .slide:hover .c1,
.index04 .slide:hover .c3 {
    color: #2f8e66;
}

@media(min-width:992px) {
    .index04 {
        padding: 35px 0 40px;
    }

    .index04 .t1 {
        font-size: 26px;
    }

    .index04 .t2 {
        font-size: 24px;
    }

    .index04 .content {
        margin-top: 25px;
    }

    .index04 a:first-child .slide {
        margin-bottom: 35px;
    }

    .index04 .time {
        font-size: 15px;
        padding: 0 20px;
    }

    .index04 .time b {
        font-size: 36px;
    }

    .index04 .c2 {
        font-size: 14px;
    }

    .index04 .more:hover {
        color: #fff;
        background: #2f8e66;
        padding: 5px 10px;
        transition: .3s all;
    }
}

@media(min-width:1200px) {
    .index04 {
        padding: 45px 0 50px;
    }

    .index04 .t1 {
        font-size: 30px;
    }

    .index04 .t2 {
        font-size: 28px;
    }

    .index04 .content {
        margin-top: 35px;
    }

    .index04 a:first-child .slide {
        margin-bottom: 35px;
    }

    .index04 .time {
        font-size: 15px;
        padding: 0 25px;
    }

    .index04 .time b {
        font-size: 42px;
    }

    .index04 .c2 {
        font-size: 14px;
    }

    .index04 .more:hover {
        color: #fff;
        background: #2f8e66;
        padding: 5px 10px;
        transition: .3s all;
    }
}

@media(min-width:1440px) {
    .index04 {
        padding: 60px 0 65px;
    }

    .index04 .t1 {
        font-size: 34px;
    }

    .index04 .t2 {
        font-size: 29px;
    }

    .index04 .content {
        margin-top: 45px;
    }

    .index04 a:first-child .slide {
        margin-bottom: 35px;
    }

    .index04 .time {
        padding: 0 30px;
    }

    .index04 .time b {
        font-size: 48px;
    }

    .index04 .c1 {
        font-size: 17px;
    }
}

@media(min-width:1601px) {
    .index04 {
        padding: 75px 0 80px;
    }

    .index04 .t1 {
        font-size: 38px;
    }

    .index04 .t2 {
        font-size: 30px;
    }

    .index04 .content {
        margin-top: 55px;
    }

    .index04 a:first-child .slide {
        margin-bottom: 35px;
    }

    .index04 .time {
        padding: 0 35px;
    }

    .index04 .time b {
        font-size: 57px;
    }
}

.index05 {
    background: linear-gradient(rgba(47, 142, 102, 0.79), rgba(47, 142, 102, 0.79)), url(../images/img1.jpg) center fixed;
    background-size: cover;
    padding: 4.5rem 0 2.7rem;
}

.index05 .t1,

.index05 .t4 {
    color: #fff;
}

.index05 .t1 {
    font-size: 22px;
    display: inline;
}

.index05 .t4 {
    opacity: 0.9;
    display: block;
    margin-block-start: 3em;
    margin-block-end: 3em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    line-height: 1.8;
}

.index05 .more {
    width: 5.8rem;
    height: 2.15rem;
    line-height: 2.15rem;
    border-radius: 2.15rem;
    text-align: left;
    text-indent: .75rem;
    color: #fff;
    background: transparent;
    float: left;
    display: block;
    margin-right: 12px;
    position: relative;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);

}

.index05 .more:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.index05 .more:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 7px;
    top: 50%;
    margin-top: -3px;
    right: .75rem;
    background: url(../images/img2.png) no-repeat center;
    background-size: 10px 7px;
}

.index05 .more:hover {
    background: rgba(2, 156, 106, 1);
    box-shadow: inset 0px 0px 0px 1px #029c6a;
}

@media (max-width: 1440px) {
    .index05 .more {
        width: 120px;
    }
}

.index06 {
    background: linear-gradient(rgba(47, 142, 102, 0.79), rgba(47, 142, 102, 0.79)), url(../images/in-xx.jpg) center fixed;

    background-attachment: scroll;
    background-size: auto;
    padding: 80px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.index06-sj {
    background-color: rgba(255, 255, 255, 0);
    padding: 30px 0;
    border: 1px solid #fff;
    border-radius: 5px;
}

.index06-sj svg {
    margin: 0px auto;
    width: 15%;
    display: table;
    color: #ffffff;
    font-size: 4rem;
}

.index06-sj H2 {
    color: #fff;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;

}

.index06-sj P {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.index06 h3 {
    padding-top: 45px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.index07 {
    width: 100%;
    padding: 35px 0;
    text-align: center;
    color: #ffffff;
    background: #efa810;
}

.index07 h3 {
    font-size: 18px;
    display: contents;
}

.index07 span {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    top: 2px;
    font-family: 'ARLRDBD';
}

.footer {
    display: block;
}

.footer .footer-in {
    background: #171717;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer dl dt {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.footer dl .foot-line {
    width: 16px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 15px 0;
}

.footer dl dd {
    color: #fff;
    font-size: 13px;
    line-height: 28px;
}

.footer dl dd a:hover {
    color: #999;
}

.footer dl dd a {
    color: #fff;
}

.footer .inbd-foot-bd-3 dl .tel {
    font-size: 25px;
}

.footer .inbd-foot-bd-4 img {
    display: block;
    max-width: 35%;
    height: auto;
}

.footer a {
    color: rgba(255, 255, 255, .6);
}

.footer a:hover {
    color: #fff;
}

.footer-dw {
    background: #1d1d1d;
}

.footer-dw .am-footer {
    background-color: #1d1d1d;
}

.am-footer {
    text-align: center;
    padding: 0em 0;
    font-size: 1.6rem;
    display: block;
}

.am-footer-default .am-footer-miscs {
    color: #999;
    font-size: 13px;
    text-align: center;
}

.footer-dw .am-footer .am-footer-miscs .fl-l {}

.am-footer-default .am-footer-miscs p {
    display: inline-block;
    margin: 5px;
}

.footer-dw .am-footer .am-footer-miscs p a {
    color: #999;
}

.footer .f-menu a {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, .6);
    padding: 0 15px;
    line-height: 12px;
}

.footer .f-menu a:first-child {
    padding-left: 0;
}

.footer .f-menu a:last-child {
    border: none;
}

.footer .txtbox {
    align-self: center;
    margin-top: 15px;
}

.footer .ewm {
    line-height: 15px;
    justify-content: flex-end;
}

.footer .ewm .c1 {
    line-height: 1.2;
}

.footer .ewm .img {
    margin-left: 20px;
    padding-right: 5px;
}

.footer .ewm .img img {
    width: 110px;
}

.footer-foot-fl-r {
    color: #999;
    padding: 0px 5px;
    font-size: 13px;
}

@media(max-width:991px) {
    .footer .footer-in {
        display: none;
    }

    .footer .f-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .footer .f-menu a {
        flex: 1;
        flex-basis: 25%;
        max-width: 25%;
        text-align: center;
        padding: 0 5px;
        margin-bottom: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .footer .f-menu a:nth-child(4n) {
        border-right: none;
    }
}

@media(min-width: 992px) {
    .footer .f-menu {
        white-space: nowrap;
    }
}

@media(min-width:1200px) {
    .footer {
        line-height: 36px;
    }

    .footer .f-menu a {
        font-size: 15px;
        padding: 0 22px;
    }

    .footer .txtbox {
        font-size: 14px;
        line-height: 36px;
    }
}

@media(min-width:1601px) {
    .footer .f-menu a {
        padding: 0 30px;
    }
}

.footer-bar {
    height: 70px;
}

.footer-bar .list {
    color: #fff;
    background: #2f8e66;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 999;
}

.footer-bar .slide {
    flex: 1;
    text-align: center;
    line-height: 30px;
}

.footer-bar .slide i {
    display: block;
    font-size: 25px;
    padding-top: 10px;
}

/*内页大图样式*/
.about-banner {
    width: 100%;
    background: url(../images/in08.png) no-repeat center;
}


.new-banner {
    width: 100%;
    background: url(../images/news-banner.jpg) no-repeat center;
}

.product-banner {
    width: 100%;
    background: url(../images/product-banner2.jpeg) no-repeat center;
}

.contact-banner {
    width: 100%;
    background: url(../images/contact-banner.jpg) no-repeat center;
}

.case-banner {
    width: 100%;
    background: url(../images/contact-banner.jpg) no-repeat center;
}

.job-banner {
    width: 100%;
    background: url(../images/job-banner.jpg) no-repeat center;
}

.about-banner .inbanner-con,
.new-banner .inbanner-con,
.product-banner .inbanner-con,
.contact-banner .inbanner-con,
.case-banner .inbanner-con,
.job-banner .inbanner-con {
    margin: 0px auto;
    padding: 8em 0;
}


.inbanner img {
    width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


@media(min-width:600px) {
    .about-banner {
        width: 100%;
        background: url(../images/about-banner.jpg) 0px -1030px;
    }

    .new-banner {
        width: 100%;
        background: url(../images/news-banner.jpg) center;
    }

    .product-banner {
        width: 100%;
        background: url(../images/product-banner1.jpg) center;
    }

    .contact-banner {
        width: 100%;
        background: url(../images/contact-banner.jpg) center;
    }

    .case-banner {
        width: 100%;
        background: url(../images/contact-banner.jpg) center;
    }

    .job-banner {
        width: 100%;
        background: url(../images/job-banner.jpg) center;
    }

    .about-banner .inbanner-con,
    .new-banner .inbanner-con,
    .product-banner .inbanner-con,
    .contact-banner .inbanner-con,
    .case-banner .inbanner-con,
    .job-banner .inbanner-con {
        margin: 0px auto;
        padding: 15em 0;
    }

    .inbanner img {
        width: 768px;
    }
}

@media(min-width:768px) {
    .inbanner img {
        width: 992px;
    }
}

@media(min-width:992px) {
    .inbanner img {
        width: 1200px;
    }
}

@media(min-width:1200px) {
    .inbanner img {
        width: unset;
    }
}

/*侧边导航样式*/
.sider {
    flex-basis: 100%;
    overflow: hidden;
}

.sider01 .list {
    width: 100%;
}

.sider01 .list::-webkit-scrollbar {
    height: 0;
}

.sider .msg {
    color: #fff;
    line-height: 65px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    background: #2f8e66 url(../images/msg.png) no-repeat left 30px center;
    text-align: center;
}

.sider01 .t1 {
    color: #fff;
    background: #2f8e66;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 50px;
    padding-left: 30px;
}

.sider01 .t2 {
    color: #555;
    background: #f7f7f7;
    display: block;
    line-height: 35px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-align: center;
}

.sider01 .t2:hover,
.sider01 .t2.active {
    color: #fff;
    background: #2f8e66;
}

.sider02 {
    color: #fff;
    background: #f9a701;
    font-size: 14px;
    padding: 30px;
    line-height: 30px;
}

.sider02 .t1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 50px;
}

.sider02 .img {
    padding-right: 20px;
}

@media(max-width:767px) {
    .sider01 .type {
        margin-left: 5px;
    }

    .sider01 .type:after {
        content: '';
        display: block;
        min-width: 45px;
        height: 35px;
    }
}

@media(max-width:991px) {
    .sider01 .list {
        display: flex;
        overflow-x: auto;
        margin-top: 5px;
    }

    .sider01 .t2 {
        margin-right: 5px;
        padding: 0 15px;
        margin-bottom: 0;
    }

    .sider01 .type-move {
        opacity: 0;
        color: #fff;
        background: rgba(0, 0, 0, .6);
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 5px;
        width: 40px;
        height: 35px;
        font-size: 24px;
        text-align: center;
        line-height: 35px;
        /*background:#fff url(../images/move.png) no-repeat center right;background-size:35px 20px;*/
    }
}

@media(min-width:992px) {
    .sider {
        flex-basis: 20%;
        max-width: 20%;
    }

    .sider01 .t1 {
        font-size: 22px;
        line-height: 50px;
    }

    .sider01 .t2 {
        line-height: 50px;
    }

    .sider02 .t1 {
        font-size: 22px;
        line-height: 50px;
    }
}

/*面包屑样式*/
.location {
    display: flex;
    line-height: 35px;
    flex-flow: wrap;
}

.location .t1 {
    color: #212020;
    font-size: 18px;
    font-weight: bold;
}

.location .t2 {
    color: #f4f4f4;
    font-family: 'Montserrat';
    font-size: 24px;
    padding-left: 15px;
}

.location .t3 {
    color: #949494;
    margin-left: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(min-width:1200px) {
    .location {
        line-height: 50px;
    }

    .location .t1 {
        font-size: 40px;
    }

    .location .t2 {
        font-size: 45px;
    }

    .location .t3 {
        font-size: 14px;
    }
}

.prev_next {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.prev_page:hover a,
.next_page:hover a {
    color: #108dee;
}

@media(max-width:768px) {
    .next_page {
        margin-top: 20px;
    }
}

/*图片列表页样式*/
.product {
    min-height: 400px;
}

.product .list {
    width: 100%;
    /*display:flex;flex-flow: row wrap;*/
    margin-top: 20px;
}

.product .list:after {
    content: '';
    display: block;
    clear: both;
}

.product .slide {
    float: left;
    width: 49%;
    margin-right: 2%;
    /*flex:1;flex-basis:50%;max-width:50%;*/
    box-sizing: border-box;
}

.product .slide:nth-child(2n) {
    margin-right: 0;
}

.product .imgbox {
    border: 1px solid #eee;
    max-width: 340px;
    max-height: 240px;
}

.product .txtbox {
    color: #878787;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(min-width:768px) {
    /*.product .slide {padding-right:20px;}*/
}

@media(min-width:992px) {
	.product-in{  
	    flex-basis: 100%!important;
        max-width: 100%!important;}
    .product {
        flex-basis: 80%;
        max-width: 80%;
    }

    .product .slide {
        width: 32%;
    }

    .product .slide:nth-child(2n) {
        margin-right: 2%;
    }

    .product .slide:nth-child(3n) {
        margin-right: 0%;
    }
}

@media(min-width:1200px) {
    .product {}

    .product .txtbox {
        line-height: 50px;
    }

    .product .porductlist {
        margin-top: 35px;
    }

    .li-img .img {
        display: inline;
    }


}

.li-item {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: .5rem;
    display: block;
    zoom: 1;
}

.js-m.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.li-item .img {
    width: 450px;
}

.li-img .img {
    overflow: hidden;
    float: left;

}

.li-item .img img {
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
        /* 2 */
    ;
}

.li-item .text {
    width: calc(100% - 450px);
    padding: 2.9rem 3.85rem;
    float: right;
    display: inline;
}

.li-item .text .tit-32 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #000 !important;
}

.li-item .text .p-18 {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 1.65rem;
    color: #666 !important;
    font-size: 18px;
}

.li-item .text .orderbtn {
    width: 9.8rem;
    height: 3.15rem;
    line-height: 3.15rem;
    border-radius: 2.15rem;
    text-align: left;
    text-indent: 1.75rem;
    color: #fff;
    background: #029c6a;
    display: block;
    position: relative;
    font-size: 14px;
    -webkit-transition: background 0.6s cubic-bezier(0.2, 1, 0.3, 1), box-shadow 0.6s 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    transition: background 0.6s cubic-bezier(0.2, 1, 0.3, 1), box-shadow 0.6s 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}

.li-item .text .orderbtn1:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 7px;
    top: 50%;
    margin-top: -3px;
    right: 1.75rem;
    background: url(../images/img2.png) no-repeat center;
    background-size: 10px 7px;
}

.li-item .text:hover .orderbtn {
    background: rgba(2, 156, 106, 0.4);
    box-shadow: inset 0px 0px 0px 2px #029c6a;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

@media (max-width: 1023px) {

    .li-item .text,
    .li-item .img {
        width: 100%;
    }

    .li-item .text .p-18 {
        font-size: 14px;
    }
}

/*文章列表页样式*/
.news .list {
    padding-top: 25px;
}

.news .list .slide {
    margin-bottom: 5px;
    padding: 15px 0;
    position: relative;
    background: #fff;
    transition: .3s all;
}

.news .list .slide:before {
    content: '';
    width: 100px;
    height: 2px;
    display: block;
    background: #333;
    margin-bottom: 15px;
    transition: .6s width;
}

.news .imgbox {
    box-sizing: border-box;
    overflow: hidden;
}

.news .slide .t1 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}

.news .slide .t2 {
    color: rgba(0, 0, 0, .6);
    margin-top: 10px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-align: justify;
}

.news .slide .t3 {
    color: rgba(0, 0, 0, .6);
    line-height: 28px;
}

.news .list .slide:hover {
    transform: translateY(-7px);
}

.news .list .slide:hover .t1 {
    color: #2f8e66;
}

.news .list .slide:hover:before {
    background: #2f8e66;
    width: 100%;
    transition: 1s all;
}

@media(max-width:767px) {
    .news .slide .t1 {
        margin-top: 15px;
    }
}

@media(min-width:992px) {
    .news .list .slide {
        padding: 20px 0;
    }

    .news .list .slide:before {
        margin-bottom: 25px;
    }

    .news .list .slide a {
        display: flex;
    }

    .news .imgbox {
        margin-right: 40px;
        min-width: 250px;
        max-width: 250px;
    }

    .news .slide .t1 {
        font-size: 20px;
    }

    .news .slide .t2 {
        margin-top: 15px;
    }
}

@media(min-width:1200px) {
    .news {
        padding-left: 35px;
    }

    .news .slide .t2 {
        margin-top: 20px;
    }
}

/*单页公用样式*/
.page01 {
    padding-bottom: 20px;
}

.page01 .content {
    margin-top: 25px;
    line-height: 24px;
    text-align: justify;
}

.page01 .content img {
    max-width: 100% !important;
    width: 100%;
    height: auto;
}

@media(min-width:1200px) {
    .page01 {
        padding-bottom: 50px;
        padding-left: 35px;
    }

    .page01 .content {
        line-height: 32px;
    }
}

/*文章落地页样式*/
.page02 {
    margin-top: 25px;
}

.page02 .t1 {
    font-size: 18px;
}

.page02 .t2 {
    color: #c8c8c8;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
}

.page02 .t2 a {
    color: #333;
}

.page02 .img {
    margin: 20px auto 0;
    text-align: center;
}

.page02 .content {
    padding-bottom: 40px;
    margin-top: 20px;
    line-height: 24px;
    text-align: justify;
}

.page02 .content img {
    max-width: 100%;
}

@media(min-width:1200px) {
    .page02 .content {
        line-height: 32px;
        padding-bottom: 60px;
    }

    .page02 .t1 {
        font-size: 22px;
    }

    .page02 .t2 {
        font-size: 14px;
        line-height: 50px;
    }
}

.goods02 {
    padding: 0 0 10px;
    background: #fff;
    margin-top: 25px;
}

.goods02 h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
}

.goods02-main-img {
    border: 1px solid #eee;
    overflow: hidden;
}

.goods02-imgmore {
    margin-top: 10px;
    padding: 0 50px;
}

.goods02-imgmore-slide {
    border: 1px solid #f5f5f5;
    overflow: hidden;
}

.goods02-imgmore-slide.active {
    border: 1px solid #2f8e66;
}

.p-txt {
    color: #2f71ff;
    position: relative;
    padding-left: 70px;
}

.p-txt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #eee;
}

.goods02-options {
    padding: 15px 0;
    background: #fbfbfb;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.goods02-options dl {
    display: flex;
    flex-flow: row wrap;
}

.goods02-options dl dt {
    flex: 1;
    flex-basis: 27%;
    color: #909090;
    margin-bottom: 10px;
    padding-left: 6%;
    font-weight: normal;
}

.goods02-options dl dd {
    flex: 1;
    flex-basis: 72%;
    padding-left: 10px;
    color: #4e4e4e;
}

.last-dt,
.last-dd {
    border-top: 1px solid #eee;
    line-height: 20px;
    padding-top: 10px;
}

.goods02-submit {
    margin: 10px 0;
    padding: 10px 0;
}

.goods02-submit div {
    flex: 1;
}

.goods02-submit div a {
    background: #2f8e66;
    color: #fff;
    width: 180px;
    margin: 0 5px;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    display: block;
}

.goods02-submit div:nth-child(1) {
    padding-right: 40px;
}

.goods02-submit div:nth-child(2) {
    line-height: 17px;
    color: #797979;
    margin-top: 15px;
}

.goods02-submit div b {
    font-size: 16px;
    display: block;
    color: #f00;
}

.goods02-contact div b {
    color: #2f71ff;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    line-height: 12px;
}

.goods02-slide-title {
    color: #999;
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods02-slide-title:after {
    content: '';
    background: #2f8e66;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 3px;
}

@media(max-width:767px) {
    .goods02 h3 {
        margin-top: 20px;
    }

    .goods02-submit {
        padding: 12px 15px;
    }

    .goods02-submit div {
        white-space: nowrap;
    }
}

@media(min-width:992px) {
    .goods02 {
        padding: 0 0 60px;
        margin-top: 45px;
    }

    .goods02 h3 {
        margin-bottom: 15px;
    }

    .goods02-options {
        padding: 40px 0;
    }

    .goods02-options dl dt {
        margin-bottom: 15px;
        flex-basis: 20%;
    }

    .goods02-options dl dd {
        flex-basis: 80%;
    }

    .goods02-submit {
        margin: 24px 0;
    }

    .goods02-submit div a {
        line-height: 50px;
        font-size: 16px;
    }

    .goods02-submit div:nth-child(2) {
        line-height: 36px;
    }

    .goods02-submit div b {
        font-size: 32px;
    }

    .goods02-contact div b {
        font-size: 22px;
        line-height: 28px;
    }
}

@media(min-width:1200px) {
    .goods02-right {
        padding-left: 5% !important;
    }

    .last-dd {
        font-size: 14px;
        padding-right: 15px;
        text-align: justify;
        line-height: 24px;
    }
}

.shuiyin {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    position: absolute;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media(min-width:992px) {
    .shuiyin {
        font-size: 28px;
        line-height: 70px;
    }
}

.goods03 {
    padding: 20px 0;
    background-color: #f5f5f5;
}

.goods03-title {
    background: #fff;
    line-height: 20px;
    padding: 20px 15px;
    position: relative;
}

.goods03-title h3 {
    line-height: 32px;
    font-size: 20px;
}

.goods03-title i {
    display: block;
    position: relative;
    height: 1px;
    background: #f5f5f5;
}

.goods03-title i:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100px;
    height: 3px;
    background: #2f8e66;
}

.goods03-title span {
    display: block;
    height: 5px;
    background: #2f8e66;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.goods03-content {
    background: #fff;
    padding: 15px;
    line-height: 25px;
    min-height: 80px;
    text-align: justify;
    overflow: hidden;
}

.goods03-content img {
    max-width: 100% !important;
}

.goods03-content table {
    max-width: 100% !important;
    width: 100% !important;
}

.goods03-slide-imgbox {
    border: 1px solid #eee;
}

@media (min-width:992px) {
    .goods03 {
        padding-bottom: 50px;
    }

    .goods03-title {
        line-height: 30px;
    }

    .goods03-title h3 {
        line-height: 36px;
        font-size: 24px;
    }

    .goods03-title i {
        margin-top: 10px;
    }
}

@media(min-width:1200px) {
    .goods03-title {
        padding: 25px;
    }

    .goods03-title h3 {
        line-height: 43px;
    }

    .goods03-content {
        padding: 25px;
        min-height: 300px;
        font-size: 15px;
        line-height: 32px;
    }
}

.news-list {
    padding-top: 50px;
}

.news-list li {
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    background: #fff;
    transition: .3s all;
}

.news-list li:before {
    content: '';
    width: 100px;
    height: 2px;
    display: block;
    background: #2f8e66;
    margin-bottom: 15px;
    transition: .6s width;
}

.news-imgbox {
    box-sizing: border-box;
    overflow: hidden;
}

.news-imgbox img {
    width: 250px;
}

.news-title {
    color: #2f8e66;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}

.news-content {
    color: rgba(0, 0, 0, .6);
    margin-top: 10px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-align: justify;
}

.news-date {
    color: rgba(0, 0, 0, .6);
    margin-top: 10px;
    line-height: 28px;
}

.news-list li:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 50px -40px #666;
    transition: .5s all;
}

.news-list li:hover .news-title {
    color: #2f8e66;
}

.news-list li:hover:before {
    width: 100%;
    transition: 1s width;
}

@media(max-width:767px) {
    .news-title {
        margin-top: 15px;
    }
}

@media(min-width:992px) {
    .news-list li {
        margin-bottom: 30px;
    }

    .news-list li:before {
        margin-bottom: 25px;
    }

    .news-list li a {
        display: flex;
    }

    .news-imgbox {
        padding-right: 20px;
    }

    .news-title {
        font-size: 26px;
    }

    .news-content {
        margin-top: 15px;
    }
}

@media(min-width:1200px) {
    .news-content {
        margin-top: 20px;
    }
}

.newsinfo-container {
    background: #f8f7f7;
}

.newsinfo {
    padding: 25px 15px;
    background: #fff;
    width: 100%;
}

.newsinfo-title {
    font-size: 24px;
    line-height: 28px;
    border-left: 5px solid #2f8e66;
    padding-left: 15px;
}

.newsinfo-meta {
    color: #ccc;
    padding: 15px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.newsinfo-image img {
    border: 1px solid #f5f5f5;
    padding: 5px;
    background: #f8f8f8;
    box-shadow: 5px 5px 15px -10px #000;
}

.newsinfo-content {
    margin-top: 15px;
    line-height: 24px;
}

.newsinfo-page {
    line-height: 28px;
}

@media(min-width:768px) {
    .newsinfo {
        padding: 50px 15px;
    }
}

@media(min-width:992px) {
    .newsinfo {
        padding: 50px 20px;
    }

    .newsinfo-meta {
        padding: 25px 0 15px;
        margin-bottom: 15px;
    }

    .newsinfo-content {
        margin-top: 25px;
        line-height: 32px;
    }
}

@media(min-width:1200px) {
    .newsinfo {
        padding: 80px 30px;
    }
}

.message-container {
    padding: 30px 0;
}

.message-panel {
    max-width: 700px;
    margin: 0 auto;
}

.msgtip {
    line-height: 1.7;
    margin-top: 20px;
    border: 1px dashed #ccc;
    border-radius: 10px;
    display: inline-block;
    padding: 15px;
}

.msgtip .h5 {
    color: red;
}

@media(min-width:992px) {
    .message-container {
        padding: 50px 0;
    }
}

.contact-container {
    padding: 30px 0;
}

.contact-title {
    font-size: 24px;
    line-height: 48px;
}

.contact-info {
    width: 100%;
    line-height: 32px;
    padding-bottom: 30px;
}

.contact-info div {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.contact-info div:after {
    content: '';
    background: #f5f5f5;
    z-index: -1;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

#dituContent {
    height: 200px;
}

.content-map #map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    font-size: 12px
}

.contact-map {
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: 5px 5px 10px -8px #000;
}

.contact-list {
    padding-top: 15px;
}

.contact-list .lineT {
    border-left: 5px solid #911f1f;
    padding-left: 10px;
}

.contact-list {
    border: 1px solid #efefef !important;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 30px;
}

.contact-list li {
    margin-bottom: 10px;
}

.contact-list ul li div {
    padding-left: 60px;
    color: #595959;
    padding: 15px 15px 15px 60px;
    border-radius: 5px;
}

.contact-list ul li div.icon-01 {
    background: url(../images/contact-icon-01.png) no-repeat 10px 10px #fff;
}

.contact-list ul li div.icon-02 {
    background: url(../images/contact-icon-02.png) no-repeat 10px 10px #fff;
}

.contact-list ul li div.icon-03 {
    background: url(../images/contact-icon-03.png) no-repeat 10px 10px #fff;
}

.contact-list ul li div.icon-04 {
    background: url(../images/contact-icon-04.png) no-repeat 10px 10px #fff;
}

.contact-list ul li div.icon-05 {
    background: url(../images/contact-icon-05.png) no-repeat 10px 10px #fff;
}

.contact-list ul li div.icon-06 {
    background: url(../images/contact-icon-06.png) no-repeat 10px 10px #fff;
}

@media(min-width:992px) {
    .contact-container {
        padding: 50px 0;
    }

    .contact-info {
        padding-bottom: 40px;
        display: flex;
        flex-flow: row wrap;
    }

    .contact-info div {
        flex-basis: 50%;
        max-width: 50%;
        font-size: 16px;
        padding: 10px 20px;
    }

    #dituContent {
        height: 300px;
    }
}

@media(min-width:1200px) {
    .contact-info {
        padding-bottom: 50px;
    }

    .contact-info div {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    #dituContent {
        height: 400px;
    }
}

#maximg img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

#maximg p span {
    text-wrap: inherit !important;
}

.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

/**
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
**/
.pagebar .pagination .am-cf {
    float: left;
    width: 100%;
}

.am-cf:afters,
.am-cf:before {
    content: " ";
    display: table;
}

.pagebar .pagination .am-fr {
    float: right;
}

.pagebar .pagination .am-fr .am-pagination {
    position: relative;
    padding-left: 0;
    margin: -0.7rem 0;
    list-style: none;
    color: #999;
    text-align: left;
    display: flex;
}

.inside-about-imgbox ul li {
    margin-bottom: 60px;
    display: inline-block;
}

.am-pagination > .am-disabled > a,
.am-pagination > .am-disabled > a:focus,
.am-pagination > .am-disabled > a:hover,
.am-pagination > .am-disabled > span,
.am-pagination > .am-disabled > span:focus,
.am-pagination > .am-disabled > span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
    pointer-events: none;
}

.am-pagination li li li {}

.am-disabled {}

.am-pagination > li > a,
.am-pagination > li > span {
    position: relative;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}

[class*=am-icon-] {
    display: inline-block;
}

.am-fr .am-pagination .am-active a {
    background-color: #f29400;
    border-color: #f29400;
}

.am-icon-angle-double-left:before {
    content: "<";
}

.am-icon-angle-double-right:before {
    content: ">";

}

.am-pagination > .am-active > a,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span,
.am-pagination > .am-active > span:focus,
.am-pagination > .am-active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #f29400;
    border-color: #f29400;
    cursor: default;
}

.am-pagination:after,
.am-pagination:before {
    content: " ";
    display: table;
}

.am-pagination:after {
    clear: both;
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}

.jobs b {
    font-weight: 700 !important;
}

.am-breadcrumb {
    display: inline-flex;
}

.am-breadcrumb > li + li:before {
    content: "\00bb\00a0";
    padding: 0 8px;
    color: #ccc;
}

@media(max-width:1200px) {
    .sm-hide {
        display: none !important;
    }

    .index06 {
        padding: 36px 0;
    }

    .index06-sj {
        padding: 10px 0
    }

    .index06-sj svg {
        width: 35%;

    }

    .index07 {
        padding: 20px 0;

    }

    .index07 span {
        top: 0px;
    }

}
